net/netip.Addr.appendTo4In6 (method)
6 uses
	net/netip (current package)
		netip.go#L808: 			return ip.appendTo4In6(b)
		netip.go#L875: 	ret = ip.appendTo4In6(ret)
		netip.go#L879: func (ip Addr) appendTo4In6(ret []byte) []byte {
		netip.go#L984: 			return ip.appendTo4In6(b), nil
		netip.go#L1164: 			b = p.ip.appendTo4In6(b)
		netip.go#L1190: 			b = p.ip.appendTo4In6(b)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |